projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e845e2
)
(make-symbolic-link): Declare as function.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 22 Nov 2007 13:50:06 +0000
(13:50 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 22 Nov 2007 13:50:06 +0000
(13:50 +0000)
lisp/dired-x.el
patch
|
blob
|
history
diff --git
a/lisp/dired-x.el
b/lisp/dired-x.el
index 0be3aa393e15ccf58f8e0ec69247e5fe9101b0dc..84cae1ea25671a96d6836691cb43765d04f0b536 100644
(file)
--- a/
lisp/dired-x.el
+++ b/
lisp/dired-x.el
@@
-746,7
+746,7
@@
you can relist single subdirs using \\[dired-do-redisplay]."
;; decent subdir headerline:
(goto-char (point-min))
(or (looking-at dired-subdir-regexp)
- (insert " "
+ (insert " "
(directory-file-name (file-name-directory default-directory))
":\n"))
(dired-mode dirname (or switches dired-listing-switches))
@@
-1211,6
+1211,8
@@
This is an extra function so that you can redefine it."
\f
;;; RELATIVE SYMBOLIC LINKS.
+(declare-function make-symbolic-link "fileio.c")
+
(defvar dired-keep-marker-relsymlink ?S
"See variable `dired-keep-marker-move'.")